CLDSRV-870: Add support for bucket rate limiting API methods in bucket logging#6110
CLDSRV-870: Add support for bucket rate limiting API methods in bucket logging#6110bert-e merged 2 commits intodevelopment/9.2from
Conversation
Rate limit API methods (put/get/delete) were logged as REST.*.UNKNOWN because they were missing from the methodToResType mapping.
Hello dvasilas,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
|
LGTM |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the |
|
/create_integration_branches |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: git fetch
git checkout -B w/9.3/improvement/CLDSRV-870 origin/development/9.3
git merge origin/improvement/CLDSRV-870
# <intense conflict resolution>
git commit
git push -u origin w/9.3/improvement/CLDSRV-870The following options are set: create_integration_branches |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option The following options are set: create_integration_branches |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: create_integration_branches |
|
/approve |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue CLDSRV-870. Goodbye dvasilas. The following options are set: approve, create_integration_branches |
Rate limit API methods were logged as
REST.*.UNKNOWNbecause they were missing from themethodToResTypemapping.